projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3bb6d7
)
(Info-fontify-node): Don't display extra "see" if there already is one here.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Nov 2005 21:38:35 +0000
(21:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Nov 2005 21:38:35 +0000
(21:38 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 1b408f2077e8632dc9661e3dc22c38a0bf4999e0..cbb8ec57e315fd1b4ff124142fad9bb61fb8e6b6 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-3757,7
+3757,9
@@
the variable `Info-file-list-for-emacs'."
;; an end of sentence
(skip-syntax-backward " ("))
(setq other-tag
- (cond ((memq (char-before) '(nil ?\. ?! ??))
+ (cond ((save-match-data (looking-back "\\<see"))
+ "")
+ ((memq (char-before) '(nil ?\. ?! ??))
"See ")
((save-match-data
(save-excursion